Set Device Pin
Request to be POSTed to uri : /NorenWClientTP/SetPin
Request Details :
| Parameter Name | Possible value | Description |
|---|---|---|
| jData* | Should send json object with fields in below list | |
| jKey* | Key Obtained on login success. |
| Json Fields | Possible value | Description |
|---|---|---|
| uid* | User Id | |
| imei* | Imei or device unique fingerprin | |
| source* | Access type (API) | |
| dpin* | New pin in plain text |
Response Details :
Response data will be in json format with below fields.
| Json Fields | Possible value | Description |
|---|---|---|
| stat | Ok or Not_Ok | If Pin setting is Success Or failure status |
| request_time | This will be present only if password change succeeds. | |
| emsg | This will be present only if password change fails |
Sample Success Response :
{
"request_time":"14:59:43 27-05-2020",
"stat":"Ok"
}
Sample Failure Response :
{
"stat":"Not_Ok",
"emsg":"Session Expired : Invalid Session Key"
}